home *** CD-ROM | disk | FTP | other *** search
/ AM/FM: Amiga Musicians' Freeware Magazine 18 / AM-FM 18.adf / s / startup-sequence < prev   
Encoding:
Text File  |  1994-03-02  |  568 b   |  26 lines

  1. ; Startup-Sequence for AMFM, Issue 18
  2.  
  3. Assign ENV: RAM:
  4. Assign T: RAM:
  5.  
  6. Eighty on
  7.  
  8. :c/MemCheck 600000
  9. if not warn
  10.     :c/Copy :c/Wait RAM:
  11.     :c/AMFMMenu :s/Music-menu
  12. else
  13.     echo "Sorry - not enough free memory for background music..."
  14. endif
  15.  
  16. Echo "  When the picture appears, you can get rid of it by pressing"
  17. Echo "  the mouse button."
  18. :c/Decrunch >nil: :Graphics/Floyd.mrs.pp ram:
  19. :c/IFF >nil: ram:Floyd.mrs
  20. :c/Delete >nil: ram:Floyd.mrs
  21. ;:c/Echo "Sorry, no disk space for any front-picture this time..."
  22.  
  23. Zoomwindows quiet
  24. type :text/Copyright.txt
  25. AMFMmenu :s/menu
  26.